Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dart client authentication #620

Merged
merged 1 commit into from
Dec 9, 2023

Conversation

XavierChanth
Copy link
Member

@XavierChanth XavierChanth commented Dec 9, 2023

fixes: #619

- What I did

Where we call await client.authenticated; we are greeted with an SSHAuthAbortError. Instead we await client.ping(); which sends a keep alive packet to the server, in addition to awaiting authentication.

- How I did it

- How to verify it

- Description for the changelog
fix: dart client authentication

@XavierChanth XavierChanth merged commit 1cb5c0d into trunk Dec 9, 2023
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Race condition with pure dart client:
2 participants